Hey guys! i have create a role with CURL curl --lo...
# support-questions-legacy
e
Hey guys! i have create a role with CURL curl --location --request PUT 'http://localhost:3567/recipe/role' \ --header 'api-key: ' \ --header 'Content-Type: application/json; charset=utf-8' \ --data-raw '{ "role": "reader", "permissions": [ "read" ] }' How can i customize creating rules and assigning permissions to be created by admin of dashboard of user management only and and could this rules shows on dashboard of user management ?